*{
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
}
body{
    margin: 0;
}
.header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #E0E0E0;
    padding: 10px 40px;
    color: #495057;
    font-weight: 600;
    position: sticky;
    height: 100PX;
    width: 100%;
}
.hedFirst{
    display: flex;
    justify-content:space-between;
    align-items: center;
    width: 50%;
    /* column-gap: 40px; */
}
.headInput{
        border: none;
        outline: none;
}
.headInput::placeholder{
    font-size: 18px;
}
.heaForm{
    display: flex;
    align-items: center;
    border: 1px solid #000000;
    border-radius: 99px;
    padding: 10px 20px;
    background-color: #ffffff;
    /* column-gap: 20px; */
}
.content{
    display: flex;
    justify-content:space-between;
    align-items: center;
    height: 50px;
    
}
.contentInner{
    display: flex;
    justify-content:space-between;
    align-items: center;
    /* column-gap: 50px; */
    width: 90%;
}
.contentInnerF{
    display: flex;
    justify-content:space-between;
    align-items: center;
    /* column-gap: 15px; */
    font-weight: 500;
    font-size: 18px;
    width: 45%;
}
.conLable{
    font-size: 22px;
    font-weight: 600;
    color: #000000;
    margin: 0;
}
.checkBox{
    transform: scale(1.5);
    margin-right: 10px;
}
.conSelect{
    background-color: #ffffff;
    border-radius: 5px;
    padding: 10px;
    font-weight: 500;
    font-size: 18px;
}
.contentInnerL{
    display: flex;
    justify-content:space-between;
    align-items: center;
    /* column-gap: 40px; */
    font-weight: 500;
    font-size: 18px;
    width: 35%;
}
.dropDown{
    border: none;
    outline: none;
    font-weight: 500;
    font-size: 18px;
}
.contentText{
    text-align: right;
    margin-bottom: 13px;
}
.jacobSection{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 20px;
    margin-top: 20px;
}
.thirdSection{
    margin: 30px;
    border-radius: 8px;
    background-color: #ECEBEB;
    padding: 20px 20px;
}
.lastMsg{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.jackFirst{
    display: flex;
    justify-content: space-between;
    /* column-gap: 40px; */
    width: 100%;
}
.jackHead{
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0px;
}
.jackPara{
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0px;
}
.jackHead2{
    font-size: 14px;
    font-weight: bold;
    margin:0px;
}
.dropDown2{
    border: none;
    outline: none;
    background: #99D79F;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    border-radius: 5px;
    padding: 5px;
    color: #495057;
}
.jackReply{
    display: flex;
    align-items: center;
    /* column-gap: 10px; */
}
.jackDay{
    background: #99D79F;
    border-radius: 5px;
    padding: 10px 20px;
    text-align: center;
}
.day1{
    font-size: 18px;
    font-weight:500;
}
.daySection{
    display: flex;
    /* column-gap: 30px; */
    justify-content:space-evenly;
}
.jackDay6{
    background: #FFBD4E;
    border-radius: 5px;
    padding: 10px 20px;
    text-align: center;
}
.jackDay7{
    background: #F1F1F1;
    border-radius: 5px;
    padding: 10px 20px;
    text-align: center;
}
.jackPara2{
    border-radius: 5px;
    border: 1px solid #808080;
    
}
.jackSubpara{
    font-size: 12px;
    font-weight: bold;
    color:#000000;
    text-align: center;
    margin: 10px 20px;
}
.contentPot{
    margin: 0;
}
.jackHeads{
    font-size: 12px;
    font-weight:700;
}
.lastMessage{
    display: flex;
    align-items: center;
}
.jackSpan{
    padding: 0px 5px;
    margin: 0px 5px;
    background-color: #FD0606;
    border-radius: 152px;
    font-size: 12px;
    color: #ffffff;
}
.jackDaythird{
    width: 70%;
}
.jackDaysec{
    width: 15%;
}
.jackDayfirst{
    width: 15%;
    margin-right: 30px;
}
::-webkit-scrollbar {
    width: 20px;
    
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background-color:#808080;
    border-radius: 10px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #fff; 
  
    border-radius: 10px;
  }
  .filter{
    overflow: auto;
  }
 .heaSecond{
     display: flex;
     justify-content: center;

 }
 .Estimant{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
 }
 .Booking{
     display: flex;
     justify-content: center;
     align-items: center;
}
.headThird{
    display: flex;
    justify-content: center;
    align-items: center;
}
.EstimantText{
    margin-right: 20px;
}
.bokingText{
    margin-right: 10px;
}
.bookingImg{
    display: flex;
}
.profileImg{
    display: none;
}
.bookingImg{
    display: flex;
}
.mobileProfile{
    display: none;
}
/* /////////////////////////PAGE CSS ///////////////////////////// */

.subFilter{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 100%;
    background: white;
    padding-bottom: 28px;
    border-radius: 7px;
}
.teamSection{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.businessHourName{
    font-size: 14px;
    font-weight: 600;
}
.accountInfoName{
    font-size: 14px;
    font-weight: 600;
}
.accountInfo{
    width: 19%;
}
.businessHours{
    width: 20%;
}
.logo{
    width: 18%;
}
.team{
    width: 37%;
}
.icons{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around ;
    position: relative;
}
.iconImg{
    max-width: 17px;
    padding-top: 25px;
}
.iconSubImg{
    width: 100%;
}
.teamName{
    font-size: 14px;
    font-weight: 600;
}
.teamRole{
    font-size: 14px;
    font-weight: 600;
}
.teamEmail{
    font-size: 14px;
    font-weight: 600;
}
input.accountInfoInput{
    padding: 5px 6px;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 6px;
    border: 1px solid #C0C0C0;
}
input.timeInput{
    width: 47%;
    border-radius: 5px;
    font-size: 13px;
    border-radius: 5px;
    border: 1px solid #C0C0C0;
    padding: 4px 3px;
    margin-bottom: 6px;
}
input#myTimeInput{
    margin-right: 5px;
}
input.teamNameInput{
    width: 100%;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 6px;
    border: 1px solid #C0C0C0;
}
input.teamRoleInput{
    width: 100%;
    border-radius: 5px;
    padding: 5px 0px;
    padding-left: 4px;
    margin-bottom: 6px;
    border: 1px solid #C0C0C0;
}
input.teamEmailInput{
    width: 100%;
    border-radius: 5px;
    padding: 5px 0px;
    padding-left: 5px;
    margin-bottom: 6px;
    border: 1px solid #C0C0C0;
}
.teamContentName{
    width: 25%;
}
.teamContentRole{
    width: 18%;
}
.teamContentEmail{
    width: 35%;
}
.teamContentIcons{
    width: 15%;
}
.logoContent{
    border: 2px solid #C0C0C0;
    height: 230px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logoDragdrop{
    font-size: 16px;
    font-weight: 600;
}
.btn{
    color: white;
    background: #37AEF1;
    border-radius: 10px;
    padding: 3px 15px;
    margin-top: 15px;
    border: none;
}


/* -------------------------------------------menu-------------------------------------------------- */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    background-color:#C4C4C4;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

/* .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
} */

.sidenav .closebtn {
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
.jacob4 {

    height: 100%;
    border-radius: 5px;
    padding: 20px;
    background: #C4C4C4;
    box-shadow: 0 0px 3px 0 rgb(0 0 0 / 25%);
    POSITION: ABSOLUTE;
    TOP: 5PX;
    left: 0;
    z-index: 1;
    width: 0;
    transition: 0.5s;

}

.PARTS2 {
    text-align: end;
    cursor: pointer;
}


.dd {
    display: flex;
    column-gap: 10px;
    margin-bottom: 20px;
    align-items: center;

}

.sideOption {
    margin-bottom: 30px;
}

.dash {
    font-size: 17px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
}

.sideNavigation {
    margin-left: 35px;
   
    margin-top: -15px;
}

.sideMenu {
    font-size: 25px;
    color: #000;
    font-weight: 500;
}
/* ----------------------------------------------------------------EDIT PARTS---------------------------------------------------- */
.jacob2{
    max-width: 400px;
    border-radius: 10px;
    box-shadow: 0 0px 3px 0 rgb(0 0 0 / 25%);
    display: none;
    position: absolute;
    top: 7px;
    right:0;
    background: #fff;
    z-index: 1;
}
.ppm3{
    margin-top: 20px;
    padding: 0px 10px 0px 10px;
}

.max::placeholder{
    font-weight: 400;
    font-size: 16px;
}
.max{
    border: 1px solid #E2E2E2;
    padding: 10px;
    border-radius: 5px;
    background: #F8F8F8;
    width: 100%;
}
.PARTS {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #E6E6E6;
    padding: 10px;
}


.button2{
    text-align: end;
    margin-top: 20px;
    padding: 0px 10px 20px 10px;
}
.butn2{
    background: #37AEF1;
    color: #ffffff;
    padding: 10PX 25PX 10PX 25PX;
    border: 1px solid #37AEF1;
    BORDER-RADIUS: 8PX;
    font-size: 15px;
    cursor: pointer;
}
.area{
    border: 1px solid #E2E2E2;
    padding: 15px;
    border-radius: 5px;
    background: #F8F8F8;
    color: #818179;
    font-weight: 400;
    font-size: 16px;
    overflow: hidden;
    height: 150px;
    width: 360px;
}   
.add{
    width: 95%;
    text-align: center;
    font-weight: 500;
  
    color:#495057;
}
.max5{
    border: 1px solid #E2E2E2;
    padding: 10px;
    border-radius: 8px;
    background: #F8F8F8;
    /* width: 94%; */
}
.max5::placeholder{
    font-weight: 400;
    font-size: 16px;
}
.ppm{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    padding: 0px 10px 0px 10px;
    width: max-content;
}
.showHide{
    display: inline !important;
}
/* -------------------------------------send Esiment tools-------------------------------------- */
.cellNumber{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px 15px 20px 15px;
}
.EstimantTools{
    display:flex;
    justify-content:space-between;
    align-items:center;
    border-bottom: 2px solid #999A9B;
    padding:  10px 10px;
 }
 .sendEstimentTools{
     z-index: 1;
     display: none ;
     position:absolute;
     top: 30px;
     right: 350px;
    background-color: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0 0px 3px 0 rgba(0, 0, 0, 25%);
 }
.sendEmail{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px 15px 20px 15px;
}
.EstimateFirstSec{
    width: 95%;
    text-align: center;
}
.EstimateSecondSec{
    width:5%;
    
}
.closeImg{
    display: flex;
    cursor: pointer;
}
.estimentToolsHeader{
    font-size: 16px;
    margin: 0px;
    font-weight: 500;
}
.estimentToolsText{
    padding: 20px 30px;
}
.cellInput{
    padding: 10px;
    border: 1px solid #E2E2E2;
    border-radius: 8px;
    width: 100%;
}
.cellInput::placeholder{
    color: #495057;
    font-size: 15px;
}
.sendSms{
    text-decoration: none;
    color: #ffffff;
    font-size: 15px;
}
.sendBtn{
    padding: 10px 30px;
    border: none;
    background:#37AEF1;
    border-radius: 8px;
    cursor: pointer;
}
.emailBtn{
    padding: 10px 25px;
    border: none;
    background:#37AEF1;
    border-radius: 8px;
    cursor: pointer;
}
.estimateTextInner{
    font-size: 13px;
    font-weight: 400;
}
.estimateSms{
    width: 55%;
}
/* --------------------------------------------------------------------new booking------------------------------------------------- */
.newBooking{
     position:absolute;
     top: 30px;
     right: 180px;
    background-color: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0 0px 3px 0 rgba(0, 0, 0, 25%);
    max-width: 430px;
    width: 100%;
    display: none;
    z-index: 1;
}
.newBooking2{
    position:absolute;
    top: 200px;
    left: 70px;
   background-color: #FFFFFF;
   border-radius: 8px;
   box-shadow: 0 0px 3px 0 rgba(0, 0, 0, 25%);
   max-width: 430px;
   width: 100%;
   display: none;
   z-index: 1;
}
.newBokingSec{
    padding: 10px 20px;
}
.userCheckbox{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.userCheckbox1{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 10px;
}
.userCheckbox2{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.userCheckbox3{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.userCheckbox1Text{
    font-size: 15px;
    font-weight: 500;
}
/* .checkBox{
    transform: scale(1.5);

} */
.useDatetime{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.userOption{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.userOptions{
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}
.userShopname{
    width: 100%;
}
.shopDetails{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20PX;
}
.shopAddBtn{
    text-align: right;
    margin-top: 20px;

}
.newBooking ::placeholder {
    color:495057;
    font-size: 15px;
}
.newBooking2 ::placeholder {
    color:495057;
    font-size: 15px;
}
.newBooking input{
    border: 1px solid #E2E2E2;
    border-radius: 8px;
    padding: 10px;
    background: linear-gradient(#f4f4f4 100%,#fafafa 0%);
    width: 100%;
}
.newBooking2 input{
    border: 1px solid #E2E2E2;
    border-radius: 8px;
    padding: 10px;
    background: linear-gradient(#f4f4f4 100%,#fafafa 0%);
    
}
.spacingTop{
    margin-top: 20px;
}
.anotherShop{
    font-weight: 500;
    font-size: 15px;
    color: #000;
}
.addBtn{
    border: none;
    background: #37AEF1;
    padding: 10px 30px;
    border-radius: 8px;
    cursor: pointer;
}
.addBtnText{
    text-decoration: none;
    color: #ffffff;
    font-size: 15px;
}
.newBookingDate{
    width: 48%;
}
.newBookingYear{
    width: 30%;
}
/* ---------------------------------------cheackbox------------------------------------- */
.container2 {
    display: block;
    position: relative;
    padding-left: 35px;
    /* margin-bottom: 12px; */
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    user-select: none;
    
  }
  
  /* Hide the browser's default checkbox */
  .container2 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark5 {
    position: absolute;
    top: 4px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 2px solid #495057;
    border-radius: 5px;
  }
 
 
  
  /* When the checkbox is checked, add a blue background */
  .container2 input:checked ~ .checkmark5 {
    
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark5:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .container2 input:checked ~ .checkmark5:after {
    display: block;
  }
 
  /* Style the checkmark/indicator */
  .container2 .checkmark5:after {
    left: 6px;
    top: 3px;
    width: 3px;
    height: 8px;
    border: solid #495057;
    border-width: 0 2px 2px 0;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    transform: rotate(45deg);
  }
.showHide{
    display: inline !important;
}
/* ///////////////////////////MEDIA QUERIES//////////////////////////// */

@media only screen and (max-width:1175px)  {
    .logoDragdrop{
        font-size: 13px;
    }
}
@media only screen and (max-width:1150px){
    .header{
        padding: 10px 20px;
    }
    .autobodyHeader{
        font-size: 22px;
    }
}
@media only screen and (max-width:1050px){
    .cameraImg{
       width: 25px;
       display: flex;
   }
   .autobodyHeader{
       font-size: 20px;
   }
   .EstimantText {
       margin-right: 12px;
   }
}
@media only screen and (max-width:1024px){
    .header{
       height: 80px;
   }
    .autobodyHeader{
       font-size: 18px;
   }
}
@media only screen and (max-width:991px){
   .header{
       padding: 10px 20px ;
   }
    .hedFirst{
       width: 100%;
   }
   .cameraImg{
       width: 30px;
   }
   .responsiveIcon{
       display: flex;
       width: 30%;
       justify-content: space-between;
   }
   .responsiveIconsec1{
       display: flex;
       justify-content: space-evenly;
       align-items: center;
       width: 50%;
   }
   .profileImg{
       display: inline;
   }
   .responsiveIconsec2{
       display: flex;
       justify-content: space-evenly;
       align-items: center;
       width: 50%;
   }
    .heaSecond{
       display: none;
   }
   .headThird{
       display: none;
   }
}
@media only screen and (max-width:975px)  {
    .logoDragdrop{
        font-size: 10px;
    }
}
@media only screen and (max-width:870px)  {
    .accountInfo{
        width: 45%;
    }
    .businessHours{
        width: 45%;
    }
    .logo{
        width: 45%;
    }
    .team{
        width: 45%;
    }
    .logoDragdrop{
        font-size: 16px;
    }
}
@media only screen and (max-width:850px){
    .header{
        padding: 10PX 10PX;
    }
 }
 @media only screen and (max-width:700px){
    .navigationIcon{
        width: 10%;
        margin-left: 10px;
    }
     .responsiveIcon{
        display: none;
    }
     .mobileProfile
    {
        display: inline;
        width: 6%;
    }
    .navigationIconimg{
        width: 30px;
    }
 }
@media only screen and (max-width:603px)  {
    .accountInfo{
        width: 95%;
    }
    .businessHours{
        width: 95%;
    }
    .logo{
        width: 95%;
    }
    .team{
        width: 95%;
    }
    .teamContentEmail{
        width: 100%;
    }
    .teamContentIcons{
        width:100%;
    }
    .teamContentName{
        width:100%;
    }
    .teamContentRole{
        width:100%;
    }
}
@media only screen and (max-width:550px){
    .header{
        padding: 10px 20px;
    }
    .autobody{
        display: none;
    }
    .searchItems{
        width: 65%;
    }
    .heaForm {
        padding: 8px 15px;
    }
 }
 @media only screen and (max-width:442px){
     .navigationIcon{
        margin: 0px;
    }
 }
@media only screen and (max-width:425px)  {
    .accountInfo{
        width: 94%;
    }
    .businessHours{
        width: 94%;
    }
    .logo{
        width: 94%;
    }
    .team{
        width: 94%;
    }
    .teamSection{
        display: block;
    }
}
@media only screen and (max-width:400px){
    .headInput{
        width: 60%;
    }
 }
@media only screen and (max-width:320px)  {
    .thirdSection {
        margin: 12px;
    }
}